*
* ## A simple application ## {#gtkapplication}
*
- * |[<!-- language="C" -->
- * <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../examples/bloatpad.c">
- * <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
- * </xi:include>
- * ]|
+ * [A simple example](https://git.gnome.org/browse/gtk+/tree/examples/bloatpad.c)
*
* GtkApplication optionally registers with a session manager
* of the users session (if you set the #GtkApplication:register-session
*
* ## Handling fallback yourself
*
- * |[<!-- language="C" -->
- * <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../examples/sunny.c">
- * <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
- * </xi:include>
- * ]|
+ * [A simple example](https://git.gnome.org/browse/gtk+/tree/examples/sunny.c)
*
* The XML format understood by #GtkBuilder for #GMenuModel consists
* of a toplevel `<menu>` element, which contains
* as the filename extension for files containing GtkBuilder UI
* definitions.
*
- * |[
- * <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../gtk/gtkbuilder.rnc">
- * <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
- * </xi:include>
- * ]|
+ * [RELAX NG Compact Syntax](https://git.gnome.org/browse/gtk+/tree/gtk/gtkbuilder.rnc)
*
* The toplevel element is <interface>. It optionally takes a
* "domain" attribute, which will make the builder look for translated
*
* ## Creating a search bar
*
- * |[<!-- language="C" -->
- * <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../examples/search-bar.c">
- * <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
- * </xi:include>
- * ]|
+ * [A simple example](https://git.gnome.org/browse/gtk+/tree/examples/search-bar.c)
*
* Since: 3.10
*/